ActiveReports 8
LegendItemsCollection Constructor
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : LegendItemsCollection Constructor

itemsArray
The array whose elements are copied in the new collection.

Glossary Item Box

Initializes new instance of the LegendItemsCollection class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal itemsArray() As LegendItem _
)
C# 
public LegendItemsCollection( 
   LegendItem[] itemsArray
)

Parameters

itemsArray
The array whose elements are copied in the new collection.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also